home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smooth / form1.frm < prev    next >
Text File  |  1997-12-17  |  779b  |  37 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3270
  5.    ClientLeft      =   480
  6.    ClientTop       =   435
  7.    ClientWidth     =   5700
  8.    Height          =   3675
  9.    Left            =   420
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3270
  12.    ScaleWidth      =   5700
  13.    Top             =   90
  14.    Width           =   5820
  15.    Begin PictureBox faded 
  16.       Height          =   975
  17.       Left            =   0
  18.       ScaleHeight     =   945
  19.       ScaleWidth      =   945
  20.       TabIndex        =   0
  21.       Top             =   0
  22.       Width           =   975
  23.    End
  24. End
  25. Sub faded_Paint ()
  26.     FillPicture Me
  27. End Sub
  28.  
  29. Sub Form_Load ()
  30. TheFormLoad Me
  31. End Sub
  32.  
  33. Sub Form_Resize ()
  34. resizetheform Me
  35. End Sub
  36.  
  37.